home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / THORIZTAB / THORIZTAB.txt
Encoding:
Text File  |  1996-04-05  |  1.9 KB  |  101 lines

  1. object HorIzTab: THorIzTab
  2.   Left = 319
  3.   Top = 134
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Horizontal Tab'
  7.   ClientHeight = 233
  8.   ClientWidth = 239
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   TextHeight = 20
  17.   object Indent: TLabel
  18.     Left = 16
  19.     Top = 20
  20.     Width = 57
  21.     Height = 20
  22.     AutoSize = False
  23.     Caption = 'Indent'
  24.     Font.Color = clBlue
  25.     Font.Height = -17
  26.     Font.Name = 'System'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object SpinEdit1: TSpinEdit
  31.     Left = 80
  32.     Top = 16
  33.     Width = 65
  34.     Height = 31
  35.     Color = clBtnFace
  36.     Font.Color = clMaroon
  37.     Font.Height = -17
  38.     Font.Name = 'System'
  39.     Font.Style = [fsBold]
  40.     MaxValue = 25
  41.     MinValue = 0
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     Value = 0
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 16
  48.     Top = 56
  49.     Width = 209
  50.     Height = 105
  51.     Caption = 'Align'
  52.     Font.Color = clBlue
  53.     Font.Height = -17
  54.     Font.Name = 'System'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     TabOrder = 1
  58.     object RadioButton1: TRadioButton
  59.       Left = 16
  60.       Top = 32
  61.       Width = 65
  62.       Height = 25
  63.       Caption = 'Left'
  64.       TabOrder = 0
  65.     end
  66.     object RadioButton2: TRadioButton
  67.       Left = 112
  68.       Top = 32
  69.       Width = 81
  70.       Height = 25
  71.       Caption = 'Right'
  72.       TabOrder = 1
  73.     end
  74.     object RadioButton3: TRadioButton
  75.       Left = 16
  76.       Top = 64
  77.       Width = 97
  78.       Height = 25
  79.       Caption = 'Center'
  80.       TabOrder = 2
  81.     end
  82.   end
  83.   object BitBtn1: TBitBtn
  84.     Left = 16
  85.     Top = 184
  86.     Width = 97
  87.     Height = 33
  88.     TabOrder = 2
  89.     OnClick = BitBtn1Click
  90.     Kind = bkOK
  91.   end
  92.   object BitBtn2: TBitBtn
  93.     Left = 128
  94.     Top = 184
  95.     Width = 97
  96.     Height = 33
  97.     TabOrder = 3
  98.     Kind = bkCancel
  99.   end
  100. end
  101.